From 59aca3aa0004a7ac1b7b4a7cd18ed6fcd1ea31a0 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 17 Jan 2010 02:27:20 +0000 Subject: [PATCH] Version bump. --- Makefile.in | 2 ++ configure | 2 +- configure.in | 2 +- gbversion.h | 2 +- gui/setup.iss | 6 +++--- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index d1a3521e3..71ec94a6f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -347,6 +347,8 @@ mac-release: mac-gui: gpsbabel + file gpsbabel | grep '2 architectures' || exit 1 + file gui/objects/gpsbabelfe-bin.app/Contents/MacOS/gpsbabelfe-bin | grep '2 architectures' || exit 1 cd gui ; qmake && xcodebuild cp gpsbabel gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp -r gui/help gui/objects/gpsbabelfe-bin.app/Contents/MacOS diff --git a/configure b/configure index 2704565c6..e6af9b8fe 100755 --- a/configure +++ b/configure @@ -1745,7 +1745,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # Increase GBBUILD for a new release GBBUILD=20 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -PACKAGE_RELEASE="-beta20091003" +PACKAGE_RELEASE="-beta20100116" cat >>confdefs.h <<_ACEOF #define PACKAGE_RELEASE "$PACKAGE_RELEASE" diff --git a/configure.in b/configure.in index cc352e020..7b4e57695 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(GPSBabel, 1.3.7, BUG-REPORT-ADDRESS) # Increase GBBUILD for a new release GBBUILD=20 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -PACKAGE_RELEASE="-beta20091003" +PACKAGE_RELEASE="-beta20100116" AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.]) AC_SUBST(PACKAGE_RELEASE) diff --git a/gbversion.h b/gbversion.h index d0ff4b280..c905c7f1a 100644 --- a/gbversion.h +++ b/gbversion.h @@ -4,5 +4,5 @@ * * Isn't simplification via automation grand? */ -#define VERSION "1.3.7-beta20091003" +#define VERSION "1.3.7-beta20100116" #define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-development" diff --git a/gui/setup.iss b/gui/setup.iss index ddd0b23de..f1e6d6887 100755 --- a/gui/setup.iss +++ b/gui/setup.iss @@ -1,4 +1,4 @@ -; $Id: setup.iss,v 1.12 2010/01/17 01:42:10 robertl Exp $ +; $Id: setup.iss,v 1.13 2010/01/17 02:27:20 robertl Exp $ ; ; NOTE: setup.iss is generated from setup.iss.in via autoconf. ; The generated setup.iss is checked in to help keep the version numbers @@ -17,7 +17,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{1B8FE958-A304-4902-BF7A-4E2F0F5B7017} AppName=GPSBabel -AppVerName=GPSBabel 1.3.7-beta20091003 +AppVerName=GPSBabel 1.3.7-beta20100116 AppPublisher=GPSBabel AppPublisherURL=http://www.gpsbabel.org AppSupportURL=http://www.gpsbabel.org @@ -25,7 +25,7 @@ AppUpdatesURL=http://www.gpsbabel.org DefaultDirName={pf}\GPSBabel DefaultGroupName=GPSBabel OutputDir=release -OutputBaseFilename=GPSBabel-1.3.7-beta20091003-Setup +OutputBaseFilename=GPSBabel-1.3.7-beta20100116-Setup SetupIconFile=images\babel2.ico Compression=lzma SolidCompression=yes -- 2.30.2